Open
Conversation
Robot72 is a simpler mode than Robot36 with a scan line that basically is unchanged in format for each row: - 1200 Hz for 9ms - 1500 Hz for 3ms - Y scan for 138ms - 1500 Hz for 4.5ms - 1900 Hz for 1.5ms - U scan for 69ms - 2300 Hz for 4.5ms - 1900 Hz for 1.5ms - V scan for 69ms This is in contrast to R24 and R36 which alternate between sending U and V on even and odd rows.
Y channel starts at 12ms (9ms SYNC + 3ms PORCH) U starts at 156ms (after Y scan + 6ms of separation pulses) V starts at 231ms (after U scan + 6ms of separation pulses)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
slowrxwas giving psychedelic images when decoding Robot72 transmissions. This turned out to be a lack of special-case code needed for computing Robot72 channel position information.Reference recording:
slowrxmaster branch: https://www.sigidwiki.com/images/b/b0/Robot_72.mp3This branch:
